body {
  margin: 0;
  overflow: hidden; 
}
a {
  color: inherit;
}
.center {
  width: 400px;
  margin: 0 auto; 
}
#image {
  height: 316px;
  margin-top: 10%;
  margin-bottom: 20px;
  background-image: url(../src/imgs/pieslap.png);
}
#foot {
  margin-bottom: 5px;
  color: #999999; 
}
#foot h1 {
  font-family: serif;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
}
